Open
Conversation
- Introduced TerminalRenderer for a full-featured terminal emulator using libvterm. - Added functions for terminal selection, copying, and rendering. - Updated Zig build configuration to support libvterm. - Removed deprecated termemu.zig file and adjusted terminal session handling. - Updated examples to demonstrate new terminal capabilities. - Cleaned up renderer and example imports for better organization.
Contributor
|
Hey @dnakov, could you pls provide the commands for installation, build, and run for the example here? Would like to take a look into testing this PR I'm having trouble building the new zig build you updated. Full error log below: /home/han/.cache/zig/p/zg-0.14.1-oGqU3IQ_tALZIiBN026_NTaPJqU-Upm8P_C7QED2Rzm8/build.zig:46:10: error: no field named 'target' in struct 'Build.ExecutableOptions'
.target = b.graph.host,
^~~~~~
/usr/local/zig/lib/std/Build.zig:770:31: note: struct declared here
pub const ExecutableOptions = struct {
^~~~~~
referenced by:
runBuild__anon_111308: /usr/local/zig/lib/std/Build.zig:2214:33
dependencyInner__anon_105218: /usr/local/zig/lib/std/Build.zig:2195:29
12 reference(s) hidden; use '-freference-trace=14' to see all references
build.zig:205:10: error: no field named 'root_source_file' in struct 'Build.TestOptions'
.root_source_file = b.path("test.zig"),
^~~~~~~~~~~~~~~~
/usr/local/zig/lib/std/Build.zig:855:25: note: struct declared here
pub const TestOptions = struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.